No tracked branch configured for branch show or the branch doesn't exist. To make your branch track a remote branch call, for example, git branch --set-upstream-to=origin/show show
解决方法:
按照提示在IDEA的Terminal中输入git branch --set-upstream-to origin即可。